A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: controllers/Frontendback.php

Line Number: 276

Backtrace:

File: /opt/lampp/htdocs/application/controllers/Frontendback.php
Line: 276
Function: _error_handler

File: /opt/lampp/htdocs/index.php
Line: 316
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: controllers/Frontendback.php

Line Number: 277

Backtrace:

File: /opt/lampp/htdocs/application/controllers/Frontendback.php
Line: 277
Function: _error_handler

File: /opt/lampp/htdocs/index.php
Line: 316
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: controllers/Frontendback.php

Line Number: 278

Backtrace:

File: /opt/lampp/htdocs/application/controllers/Frontendback.php
Line: 278
Function: _error_handler

File: /opt/lampp/htdocs/index.php
Line: 316
Function: require_once

Dream Rite

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: pages/blog_single.php

Line Number: 24

Backtrace:

File: /opt/lampp/htdocs/application/views/pages/blog_single.php
Line: 24
Function: _error_handler

File: /opt/lampp/htdocs/application/views/layout/main.php
Line: 147
Function: view

File: /opt/lampp/htdocs/application/controllers/Frontendback.php
Line: 284
Function: view

File: /opt/lampp/htdocs/index.php
Line: 316
Function: require_once

https://dreamrite.org/admin/uploads/blogs/" style="width: 100%; height: 400.75px" alt="">

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: pages/blog_single.php

Line Number: 36

Backtrace:

File: /opt/lampp/htdocs/application/views/pages/blog_single.php
Line: 36
Function: _error_handler

File: /opt/lampp/htdocs/application/views/layout/main.php
Line: 147
Function: view

File: /opt/lampp/htdocs/application/controllers/Frontendback.php
Line: 284
Function: view

File: /opt/lampp/htdocs/index.php
Line: 316
Function: require_once

.

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: pages/blog_single.php

Line Number: 37

Backtrace:

File: /opt/lampp/htdocs/application/views/pages/blog_single.php
Line: 37
Function: _error_handler

File: /opt/lampp/htdocs/application/views/layout/main.php
Line: 147
Function: view

File: /opt/lampp/htdocs/application/controllers/Frontendback.php
Line: 284
Function: view

File: /opt/lampp/htdocs/index.php
Line: 316
Function: require_once

.

Share

Comments

Post Comment

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: pages/blog_single.php

Line Number: 106

Backtrace:

File: /opt/lampp/htdocs/application/views/pages/blog_single.php
Line: 106
Function: _error_handler

File: /opt/lampp/htdocs/application/views/layout/main.php
Line: 147
Function: view

File: /opt/lampp/htdocs/application/controllers/Frontendback.php
Line: 284
Function: view

File: /opt/lampp/htdocs/index.php
Line: 316
Function: require_once

">
pk_live_51Hcw05Kr0OZtC5SaftS9pZ2OrmGXZK0TwohAQIUDDyKTAmd5pf1eLd2APiMhowKV3p2vw5HLIRP7bPZb9F6mWd1S00sMAwL5NX); Stripe.createToken({ number: $('.card-number').val(), cvc: $('.card-cvc').val(), exp_month: $('.card-expiry-month').val(), exp_year: $('.card-expiry-year').val() }, stripeResponseHandler); } }); function stripeResponseHandler(status, response) { if (response.error) { $('.error') .removeClass('hide') .find('.alert') .text(response.error.message); } else { var token = response['id']; $form.find('input[type=text]').empty(); $form.append(""); $form.get(0).submit(); } } }); function is_required() { var value = $('#others').val(); if (value == 1) { $('#donation_date').show(500); } else { $('#donation_date').hide(500); } }